Fix typo.
authoremellor@ewan <emellor@ewan>
Tue, 4 Oct 2005 16:54:33 +0000 (17:54 +0100)
committeremellor@ewan <emellor@ewan>
Tue, 4 Oct 2005 16:54:33 +0000 (17:54 +0100)
Signed-off-by: Ewan Mellor <ewan@xensource.com>
tools/python/xen/xend/XendCheckpoint.py

index 9d4b51d7a0d6650e8ade56f0a4593517b9dd6115..144cd134efbd396f1f1499b9d66f21c196f0f71c 100644 (file)
@@ -177,7 +177,7 @@ def forkHelper(cmd, fd, inputHandler, closeToChild):
             if fd == child.childerr.fileno():
                 lasterr = child.childerr.readline().rstrip()
                 log.error('%s', lasterr)
-            else
+            else:
                 l = child.fromchild.readline().rstrip()
                 while l:
                     log.debug('%s', l)